home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / PageMakerClassLibrary / Queries / PGetFontDrawing.h < prev    next >
C/C++ Source or Header  |  1996-09-04  |  529b  |  26 lines

  1. /*
  2.  *--- PGetFontDrawing.h ---------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Thu, Oct 12, 1995 @ 10:11 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PGetFontDrawing__
  10. #define __PGetFontDrawing__
  11.  
  12. class PGetFontDrawing
  13. {
  14.  
  15. public:
  16.  
  17.     PGetFontDrawing();
  18.  
  19.     PMBool    bIgnore;
  20.     short    cPresrvShape;
  21. };
  22.  
  23. #endif
  24.  
  25. // end of PGetFontDrawing.h
  26.